Enum DHCPv6StatusCode

java.lang.Object
java.lang.Enum<DHCPv6StatusCode>
com.cisco.pt.ipc.enums.DHCPv6StatusCode
All Implemented Interfaces:
Serializable, Comparable<DHCPv6StatusCode>, Constable

public enum DHCPv6StatusCode extends Enum<DHCPv6StatusCode>
An enum for the IPC's DHCPv6StatusCode values
Author:
packettracerexapps@external.cisco.com
  • Enum Constant Details

    • STATUS_CODE_SUCCESS

      public static final DHCPv6StatusCode STATUS_CODE_SUCCESS
    • STATUS_CODE_UNSPEC_FAIL

      public static final DHCPv6StatusCode STATUS_CODE_UNSPEC_FAIL
    • STATUS_CODE_NO_ADDRS_AVAIL

      public static final DHCPv6StatusCode STATUS_CODE_NO_ADDRS_AVAIL
    • STATUS_CODE_NO_BINDING

      public static final DHCPv6StatusCode STATUS_CODE_NO_BINDING
    • STATUS_CODE_USE_MULTICAST

      public static final DHCPv6StatusCode STATUS_CODE_USE_MULTICAST
    • STATUS_CODE_NO_PREFIX_AVAIL

      public static final DHCPv6StatusCode STATUS_CODE_NO_PREFIX_AVAIL
  • Field Details

    • intValue

      protected int intValue
  • Method Details

    • values

      public static DHCPv6StatusCode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static DHCPv6StatusCode valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getIntValue

      public int getIntValue()
    • fromIntValue

      public static DHCPv6StatusCode fromIntValue(int value)
    • fromIntValue

      public static DHCPv6StatusCode fromIntValue(Integer value)